home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual Foxpro 6.0 (Ent. Edition) / Vf6ent Extractor.EXE / FFC / _MOVERS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1998-05-26  |  1.5 KB  |  37 lines

  1.  
  2. #define MESSAGE_LOC            "Microsoft Visual FoxPro"
  3. #define ERRORTITLE_LOC        "Microsoft Visual FoxPro"
  4. #define ERRORMESSAGE_LOC ;
  5.     "Error #" + alltrim(str(m.nError)) + " in " + m.cMethod + ;
  6.     " (" + alltrim(str(m.nLine)) + "): " + m.cMessage
  7.  
  8. #define MB_ICONEXCLAMATION        48
  9. #define MB_ABORTRETRYIGNORE        2
  10. #define MB_OK                    0
  11. #DEFINE MB_YESNO                4       && Yes and No buttons
  12. #DEFINE IDYES                   6       && Yes button pressed
  13.  
  14. * These are the countries and regions to enable DBCS:  Japan, Korea, PRC, Taiwan
  15. #DEFINE DBCS_LOC "81 82 86 88"
  16.  
  17. #DEFINE NUM_AFIELDS  16               && number of columns in AFIELDS array
  18. #DEFINE DT_MEMO      "M"
  19. #DEFINE DT_GENERAL  "G"
  20.  
  21. #DEFINE TAGDELIM     " *"
  22.  
  23. #DEFINE BMP_LOCAL        "dblview.bmp"
  24. #DEFINE BMP_REMOTE        "dbrview.bmp"
  25. #DEFINE BMP_TABLE        "dbtable.bmp"
  26.  
  27. #DEFINE C_FREETABLE_LOC        "Free Tables"
  28. #DEFINE C_MAXFIELDS_LOC     "The maximum number of fields to sort by is "
  29. #DEFINE C_NOTAG_LOC         "You cannot combine index tags and fields."
  30. #DEFINE C_READONLY_LOC        "File is read-only and not allowed by this application. Please select another."
  31. #DEFINE E_BADDBCTABLE_LOC    "The table selected does not have a valid backlink to its DBC. "+;
  32.                             "You can fix this with the VALIDATE DATABASE RECOVER command."
  33. #DEFINE C_TPROMPT_LOC        "Select file to open:"
  34. #DEFINE C_READ2_LOC            "File is used exclusively by another."
  35. #DEFINE C_READ3_LOC            "File is in use. Select another."
  36. #DEFINE C_READ4_LOC            "The DBF is part of a DBC. Select table from DBC container."
  37.